Fix problem with == in test argument. (#80732, Hidetoshi Tajima)
authorOwen Taylor <otaylor@redhat.com>
Sun, 5 May 2002 19:57:10 +0000 (19:57 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 5 May 2002 19:57:10 +0000 (19:57 +0000)
Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Fix problem with == in test argument.
        (#80732, Hidetoshi Tajima)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 90915b7314647828c5f059b461aa6e11eae91a64..b6bba94aa6c3e3a02816c390a31314f605e7edfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix problem with == in test argument.
+       (#80732, Hidetoshi Tajima)
+
 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
 
        The "big treeview focus patch". Fixes several issues and adds some
index 90915b7314647828c5f059b461aa6e11eae91a64..b6bba94aa6c3e3a02816c390a31314f605e7edfd 100644 (file)
@@ -1,3 +1,8 @@
+Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix problem with == in test argument.
+       (#80732, Hidetoshi Tajima)
+
 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
 
        The "big treeview focus patch". Fixes several issues and adds some
index 90915b7314647828c5f059b461aa6e11eae91a64..b6bba94aa6c3e3a02816c390a31314f605e7edfd 100644 (file)
@@ -1,3 +1,8 @@
+Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix problem with == in test argument.
+       (#80732, Hidetoshi Tajima)
+
 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
 
        The "big treeview focus patch". Fixes several issues and adds some
index 90915b7314647828c5f059b461aa6e11eae91a64..b6bba94aa6c3e3a02816c390a31314f605e7edfd 100644 (file)
@@ -1,3 +1,8 @@
+Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix problem with == in test argument.
+       (#80732, Hidetoshi Tajima)
+
 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
 
        The "big treeview focus patch". Fixes several issues and adds some
index 90915b7314647828c5f059b461aa6e11eae91a64..b6bba94aa6c3e3a02816c390a31314f605e7edfd 100644 (file)
@@ -1,3 +1,8 @@
+Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix problem with == in test argument.
+       (#80732, Hidetoshi Tajima)
+
 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
 
        The "big treeview focus patch". Fixes several issues and adds some
index 90915b7314647828c5f059b461aa6e11eae91a64..b6bba94aa6c3e3a02816c390a31314f605e7edfd 100644 (file)
@@ -1,3 +1,8 @@
+Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix problem with == in test argument.
+       (#80732, Hidetoshi Tajima)
+
 Sun May  5 16:42:32 2002  Kristian Rietveld  <kris@gtk.org>
 
        The "big treeview focus patch". Fixes several issues and adds some
index a897d7ffd34c22b549157f28c34e9e0e98fd52c8..41bad0a33646ec21c86ae51dab0df0f2e5670532 100644 (file)
@@ -1027,7 +1027,7 @@ if test "x$gdktarget" = "xx11"; then
          use_solaris_xinerama=yes
          AC_CHECK_LIB(Xext, XineramaGetInfo,
                        use_solaris_xinerama=yes, use_solaris_xinerama=no)
-         if test "x$use_solaris_xinerama" == "xyes"; then
+         if test "x$use_solaris_xinerama" = "xyes"; then
              AC_CHECK_HEADER(X11/extensions/xinerama.h,
                if test -z "`echo $x_extra_libs $x_libs | grep "\-lXext" 2> /dev/null`"; then
                    x_extra_libs="-lXext $x_extra_libs"